home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / nmove586.arc / MOVE.DOC < prev    next >
Encoding:
Text File  |  1986-06-03  |  1.5 KB  |  33 lines

  1.  
  2.         This version of move has been in my collection of tools for a long
  3.         time> I finally decided to pass it out again, this time I have fixed
  4.         it completely (So I think!). THis version of move will not only move
  5.         multiple files between subdirs, but between drives! Why no one else
  6.         has done it so cleanly before is beyond me! It has the same syntax as
  7.         copy, as such can make assupmtions like below:
  8.  
  9.  
  10.         move a:*.doc                    : Will move files from drive A to
  11.                                          current subdir
  12.  
  13.         move \new \dos                  :Move ALL files from subdir NEW to
  14.                                          subdir DOS.
  15.  
  16.  
  17.         If destination is missing,will move it to current subdir. It WILL
  18. not move files that already EXIST on the destination UNLESS a '\D' switch
  19. is specified after both parms. Pretty simple. It will tell the user
  20. of what it is doing as it goes along. I have included source for your
  21. enjoyment! This is TRUE PD! I am not asking for any fees, do with it
  22. what you want, in honor of the many other fine PD authors and their thankless
  23. contributions!
  24.  
  25.                                                 Craig Derouen
  26.                                                 5/24/86
  27.  
  28.  
  29. P.S.  Does Craig have his switch character switched?  To overwrite files,
  30. use the '/D' switch -- it works like a charm.  Bob Blacher, Sysop, Computer
  31. Connections PCBoard, Washington, D.C. (202) 547-2008 (2400/1200).
  32.  
  33.